object IntervalSam: TIntervalSam Left = 246 Top = 156 HelpContext = 30 BorderIcons = [] BorderStyle = bsNone ClientHeight = 348 ClientWidth = 647 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIChild KeyPreview = True OldCreateOrder = True Position = poScreenCenter Scaled = False Visible = True WindowState = wsMaximized OnCreate = FormCreate OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Panel4: TPanel Left = 66 Top = 70 Width = 495 Height = 163 BevelOuter = bvNone ParentColor = True TabOrder = 0 object Label1: TLabel Left = 1 Top = 14 Width = 493 Height = 26 Alignment = taCenter AutoSize = False Caption = 'Hvilket interval er st�rst?' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -23 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Image13: TImage Left = 76 Top = 8 Width = 42 Height = 33 Picture.Data = {} Transparent = True end object Panel2: TPanel Left = 260 Top = 55 Width = 200 Height = 86 BevelOuter = bvLowered Caption = 'Panel2' TabOrder = 0 end object Panel1: TPanel Left = 34 Top = 55 Width = 200 Height = 86 BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 1 end object Button1: TButton Left = 42 Top = 63 Width = 183 Height = 70 Caption = 'A' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -60 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 268 Top = 63 Width = 183 Height = 70 Caption = 'B' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -60 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button2Click end end end